Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated getPath method and use getLocation instead #3322

Merged
merged 1 commit into from
Dec 9, 2016

Conversation

vzhukovs
Copy link
Contributor

@vzhukovs vzhukovs commented Dec 8, 2016

As method org.eclipse.che.ide.api.resources.VirtualFile#getPath is marked as deprecated it was removed completely and code which had used getPath method before now is using getLocation.

Also was removed @Beta annotation from the method org.eclipse.che.ide.api.resources.VirtualFile#getLocation to freeze this method as persisted API method.

Artik-ide, plugin-openshift and codenvy based plugins don't have to be refactored and adopted as they didn't use method org.eclipse.che.ide.api.resources.VirtualFile#getPath.

Related issue: #3233

@vzhukovs vzhukovs added kind/task Internal things, technical debt, and to-do tasks to be performed. team/plugin labels Dec 8, 2016
@vzhukovs vzhukovs self-assigned this Dec 8, 2016
@codenvy-ci
Copy link

@vzhukovs vzhukovs added this to the 5.0.0-M9 milestone Dec 8, 2016
@vzhukovs vzhukovs merged commit d15915c into master Dec 9, 2016
@vzhukovs vzhukovs deleted the che#3233 branch December 9, 2016 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants